home *** CD-ROM | disk | FTP | other *** search
/ Typing Tutors / Typing Tutors.iso / tutor_9 / goptb.bat < prev    next >
Encoding:
DOS Batch File  |  1995-12-15  |  227 b   |  17 lines

  1. echo off
  2. if not exist select.exe goto error
  3. vidpop
  4. cls
  5. select
  6. type kill.bat
  7. cls
  8. goto end
  9. :error
  10. cls
  11. echo  
  12. echo You must start the course from disk #1,
  13. echo or copy both diskettes to a hard disk.
  14. echo  
  15. :end
  16. go
  17.